home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TEKNO 1995 January
/
TEKNO 1-1995.iso
/
menu
/
menu1.bat
< prev
next >
Wrap
DOS Batch File
|
1995-10-19
|
1KB
|
72 lines
@echo off
:repeat
@echo off
cd\menu
cls
go
if errorlevel 4 goto bud_demo
if errorlevel 3 goto reel
if errorlevel 2 goto machines
if errorlevel 1 goto exit
goto exit
:machines
echo The Machines Demo
cd\machines
if exist c:\machines\watsit.cmp goto runit
echo PLEASE WAIT INSTALLING ESSENTIAL FILES
md c:\machines
copy *.* c:\machines /y
\MENU\runfile c: \machines init.exe
\MENU\runfile c: \machines setsound.exe
:runit
\MENU\RUNFILE c: \machines intro.exe
\MENU\runfile c: \machines machine.exe
\MENU\runfile c: \machines tm.exe
pause
goto end
:bud_demo
echo Bud Tucker in Double Trouble Demo
if exist c:\bud_demo\samples\sam1349.raw goto bud_run
echo.
echo ** THIS DEMO REQUIRES 35M OF DISK SPACE **
echo.
pause
cd\bud_demo
echo PLEASE WAIT INSTALLING ESSENTIAL FILES
xcopy *.* c:\bud_demo\ /e
:bud_run
cd c:\bud_demo
\MENU\runfile c: \bud_demo bud.exe
pause
goto end
:reel
echo Bud Tucker in Double Trouble Show Reel
echo.
cd\bud_show.rel
if exist c:\bud_show.rel\playflic.exe goto bud_show
echo ** THIS DEMO REQUIRES 6M OF DISK SPACE **
echo.
pause
echo PLEASE WAIT INSTALLING ESSENTIAL FILES
xcopy *.* c:\bud_show.rel\ /e
:bud_show
@\menu\playflic /audio c:\bud_show.rel\budmusic.raw /samplerate 22000 /volume 20 c:\bud_show.rel\bud.flc
pause
goto end
:end
goto repeat
:exit
CD\
echo.
echo.